home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / shezview.zip / SHEZVIEW.ENG < prev    next >
Text File  |  1991-10-15  |  3KB  |  74 lines

  1.                            ShezView 1.0
  2.  
  3.  
  4. ShezView is written to work together with the famous compression shell
  5. 'SHEZ' written by Jim Derr, but you also may want to use it with
  6. other software.
  7.  
  8. ShezView is a programm shell which is able to select the correct viewer
  9. program depending on the extension of the passing filename.
  10.  
  11. A file 'SHEZVIEW.EXT' defines the corresponding viewer program to the
  12. file extension similar to NC.EXT of the Norton Commander.
  13.  
  14. Example for this File:
  15.  
  16. gif:    vpic.exe !
  17. pcx:    vpic.exe !
  18. dbf:    dbview.exe !
  19. wk?:    123view.exe !
  20. *:      wpview.exe !
  21. :       wpview.exe !
  22.  
  23.   Beginning at the leftmost column the extensions are listet. DOS wildcards
  24. * and ? are supported. The colon ':' at the end of each extension is required.
  25. After one or more blanks or TABs the decided call of the viewer is defined.
  26. If this program should not be found via the DOS path, write here the full
  27. pathname including the extensions exe or com e.g. c:\util\nc\wpview.exe.
  28.  
  29.   The exclamation mark will be expanded to the filename to view, the full
  30. pathname of this file will replace this sign during execution. The '!'
  31. needs not to be the last item on the line, additional parameters or options
  32. may be passed to the viewer program.
  33.  
  34.   The extensions are checked in the order as written and the viewer is
  35. executed at the first valid extension, that means in the above example
  36. that each not defined extension will execute the WPVIEW program (from
  37. norton commander) and NO extension can be directed to another program
  38. in the last line. If no valid extension is found, nothing will happen.
  39.  
  40.   The program is looking for an 'EXT' file with the same name of the
  41. program itself in the same directory. This enables one more application
  42. within SHEZ:
  43.  
  44.   Copy the program ShezView a second time to e.g. 'EDIT.EXE' and create
  45. a file 'EDIT.EXT' with the following contents:
  46.  
  47. doc:    c:\word\word.com !
  48. fax:    c:\edit\q.exe !
  49. asc:    c:\edit\q.exe !
  50. a*:     c:\ne\ne.com +1 !
  51. mcd:    c:\mathcad\mcad.exe !
  52. pr?:    c:\dos\print ! /D:lpt1
  53.  
  54.   Now you can use the command 'EDIT' extension sensitive to call the
  55. correct editor. Also installing this EDIT command as editor within
  56. SHEZ is possible.
  57.  
  58.   In the example, WORD is called for all .doc, for .fax and .asc the q-
  59. editor is called. All .asm .a86 and similar extension will call Norton
  60. editor with immediately displaying line 1. .mcd will call Mathcad and
  61. even printing is possible with the extensions .prn or .prt.
  62.  
  63.   For this program nothing is guaranted - but therefor it is freeware!
  64. There are a lot of copyrights for the programs named above. I am to lazy
  65. to list all of them.
  66.  
  67.   I would be grateful for bug reports or comments to this program.
  68.  
  69.  
  70. Fido 2:313/7.15                                        Leo Rollenitz
  71. GEnie L.Rollenitz                                        Fuchsberg 7
  72.                                                  A-3062 Kirchstetten
  73. ShezView 1.0 / Oct.91                               Austria / Europe
  74.